bats -Tp tests/integration/app_new.bats
β setup_suite []
(from function teardown_suite' in test file tests/integration/setup_suite.bash, line 39) if [[-z "${ABRA_DIR}"]]; then’ failed with status 0
bats warning: Executed 1 instead of expected 8 tests
The output of env | grep ABRA is as follows ABRA_TEST_DOMAIN=test.example.com ABRA_DIR=/home/rix/.abra_test
So variables seem to be ok. I tried running apt install bats-file bats-assert bats-support jq make git and got
E: Unable to locate package bats-file E: Unable to locate package bats-assert E: Unable to locate package bats-support
On ubuntu so that could be the issue but I’m not sure.